home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Game Master (3rd Edition)
/
The Game Master 3rd edition.iso
/
files
/
gametors
/
econolnd
/
teamdisk.bat
< prev
next >
Wrap
DOS Batch File
|
1993-01-13
|
2KB
|
37 lines
REM TEAMDISK.BAT
echo This bat file is used only if you do NOT have a hard drive!
echo .
echo ╔═════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Creating a new TEAMD-B disk ║
echo ║ ║
echo ║ Before proceeding, you must have the ECONOL-A disk in ║
echo ║ Drive A and an empty formatted disk in Drive B. ║
echo ║ ║
echo ╚═════════════════════════════════════════════════════════════════╝
echo .
echo If you do not wish to do this, type Ctrl-C,
echo otherwise.
pause
copy A:*.cff B:
copy A:*.clt B:
copy A:*.cls B:
copy A:*.hst B:
echo ╔═════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Installation Completed! ║
echo ║ ║
echo ║ You will improve your Economic Policy Quotient if you ║
echo ║ study the ECONOLAND-2001 Documentation. ║
echo ║ ║
echo ║ Whenever you wish to start the program, you should ║
echo ║ place the ECONOL-A disk in Drive A, ║
echo ║ and the TEAMD-B in Drive B ║
echo ║ Then type A:ECONOL B: ║
echo ║ followed with ENTER ║
echo ║ ║
echo ╚═════════════════════════════════════════════════════════════════╝
echo .
pause
type A:DRIVEB.DOC